home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / tools / dust / dusthelp / scenes < prev    next >
Text File  |  1995-05-24  |  2KB  |  50 lines

  1.                        Scene-creation
  2. -----------------------------------------------------------------
  3.  
  4. Creating an animation consisting of 180 frames:
  5.  
  6. 1. Imagine
  7.  
  8.  -obtain "ISL2.0" or "ISL3.x"
  9.  -create a new project "Wave"
  10.  -create a plane (20x20), rotate it arround the x-Axis (90 degrees)
  11.  -load it into Dust
  12.    "load(1,waveobj)"
  13.   and create the wave-objects:
  14.   "wave2d(1,180,hd2:obj,t)"
  15.  -load "obj.0001" into the stage-editor, add lightsources, walls,...
  16.  -specify the frame-number in the Action-Editor (180) and scale
  17.   the timelines of the objects you want to see at every frame
  18.  -save the staging
  19.  -go into the project-drawer start the ISL-program:
  20.    "destage staging  staging.a"
  21.  -edit the new file "ed staging.a"
  22.  -search for:
  23.    "ACTOR FRAMES 1 180 NAME "hd2:obj.0001" CYCLE 0. 0. TRANSITION 0"
  24.  -create the remaining lines in Dust typing
  25.    "staging2(hd2:obj,1,180,1,180,ram:tt)".
  26.  -exchange this line with the file "ram:tt"
  27.  -save it
  28.  -start the other ISL-program:
  29.    "restage staging.a  staging".
  30.  -thats it
  31.  
  32. 2. Lightwave
  33.  
  34.  -create a plane (20x20), rotate it arround the x-Axis (90 degrees)
  35.  -load it into Dust
  36.    "load(1,waveobj)"
  37.   and create the wave-objects:
  38.   "wave2d(1,180,hd0:tobj,t)"
  39.  -load the first into Lightwave, create a perfect scene, add lights...
  40.  -save the scene as "hd1:scene"
  41.  -now we create 180 scene-files exchanging the objects
  42.    "lwstaging(hd0:tobj,1,480,1,480,hd1:scene)"
  43.  -an ARexx-Script "hd1:scene.rexx" created  automatically will
  44.   let Lightwave run:
  45.    "rx hd1:scene.rexx"
  46.  -thats it
  47.  
  48. NOTE: If you want to run a special LW-ARexx-command at every frame you
  49.       can specify it via the LWCMD*-parameters.
  50.